home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue37 / D4Bugs / TestLBU.dfm / TestLBU.txt
Encoding:
Text File  |  1998-07-24  |  689 b   |  38 lines

  1. object TestLBForm: TTestLBForm
  2.   Left = 300
  3.   Top = 107
  4.   Width = 323
  5.   Height = 202
  6.   Caption = 'Test TCustomList.ItemIndex bug'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ListBox1: TListBox
  17.     Left = 32
  18.     Top = 40
  19.     Width = 121
  20.     Height = 97
  21.     ItemHeight = 13
  22.     Items.Strings = (
  23.       'One'
  24.       'Two'
  25.       'Three')
  26.     TabOrder = 0
  27.   end
  28.   object Test: TButton
  29.     Left = 168
  30.     Top = 40
  31.     Width = 75
  32.     Height = 25
  33.     Caption = '&Test'
  34.     TabOrder = 1
  35.     OnClick = TestClick
  36.   end
  37. end
  38.